home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / esyrxv30.rea < prev    next >
Text File  |  1996-01-16  |  3KB  |  103 lines

  1. Short:    ARexx Interface Designer utility
  2. Author:   Ketil.Hunn@hiMolde.no
  3. Uploader: Ketil.Hunn@hiMolde.no
  4. Type:     dev/misc
  5.  
  6. TITLE
  7.  
  8.    easyrexx.library
  9.  
  10. VERSION
  11.  
  12.    3.0   (03.Dec.95)
  13.  
  14. AUTHOR
  15.  
  16.    Ketil Hunn
  17.  
  18.    E-Mail: Ketil.Hunn@hiMolde.no
  19.  
  20. DESCRIPTION
  21.  
  22.   A small and very fast shared runtime library that allows you to
  23.   add an AREXX port and AREXX commands to your application without
  24.   the need of programming.
  25.  
  26.   o Define your ARexx interface using the included GUI-based
  27.     ARexx Interface Designer.  The Designer can generate code
  28.     directly.
  29.  
  30.   o Makes the parsing of AREXX messages easier than parsing DOS
  31.     prompt arguments!  Uses standard DOS templates for arguments.
  32.  
  33.   o Easy to use tag-based functions.
  34.  
  35.   o Send AREXX messages to any named port.
  36.  
  37.   o Autodoc describing all functions in the library.
  38.  
  39.   o Amigaguide documentation describing programming techniques and
  40.     how to use the library.
  41.  
  42.   o Complete with example sources.
  43.  
  44. NEW FEATURES
  45.  
  46.   o The library now includes functions which makes it very easy to
  47.     add ARexx macro ability to your application.  Macros can be
  48.     created, recorded and executed directly using functions in the
  49.     library.
  50.  
  51.   o A new function which makes it easy to create ARexx stems.
  52.  
  53.   o Completely new ARexx Interface Designer:
  54.     - Font adaptable windows
  55.     - Resizable windows
  56.     - Localization.  Translations for English, Deutsch, Nederlands
  57.       and Norsk are included.
  58.     - Asynchronous on-line help
  59.     - Recordable macros
  60.     - User defined graphic interface
  61.     - More ARexx commands.
  62.  
  63.   o The ARexx Interface Designer can now generate code for these
  64.     languages:
  65.     - C/C++
  66.     - E
  67.     - Modula-2
  68.     - Oberon
  69.  
  70.   o EasyRexx header files for C/C++, E, Modula-2 and Oberon are
  71.     included.
  72.  
  73.   o Various bug-fixes.
  74.  
  75. SPECIAL REQUIREMENTS
  76.  
  77.   OS 2.04 or higher.
  78.  
  79. AVAILABILITY
  80.  
  81.   ftp://ftp.wustl.edu/pub/aminet/dev/misc/EasyRexxV30.lha (260420)
  82.  
  83. PRICE
  84.  
  85.   Free, as long as you follow the two guidelines below:
  86.  
  87.   The license is the same for all software, regardless of what type
  88.   of software the library is used in, be it commercial, freeware,
  89.   shareware or whatever as long as you:
  90.  
  91.   1)  Note in the program and documentation that easyrexx.library is
  92.       copyrighted 1994, 1995 Ketil Hunn.
  93.  
  94.   2)  You give me a copy of each version of the software which uses
  95.       the library.  There should be no cost to me.
  96.  
  97. DISTRIBUTABILITY
  98.  
  99.   The files may be distributed as needed. That means that for
  100.   products that use the easyrexx.library, only that file needs to
  101.   be distributed. For development purposes, the library and its
  102.   documentation should be all distributed together.
  103.